home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / wgdb-42.lha / wgdb-4.2 / README < prev    next >
Text File  |  1992-09-11  |  1KB  |  36 lines

  1.                 WGDB
  2.  
  3.  
  4. NEW FEATURES
  5. ------------
  6. See the file doc/wcl.text in the wcl distribution for a description of the new
  7. features in wgdb.
  8.  
  9.  
  10. --------------------------------------------------------------------------
  11.            README for GNU development tools
  12.                 Cygnus Support
  13.  
  14. This directory contains various GNU compilers, assemblers, linkers, 
  15. debuggers, etc., plus their support routines, definitions, and documentation.
  16.  
  17. If you are receiving this as part of a GDB release, see the file
  18. gdb/README.  If with a gas release, see gas/README, etc.
  19.  
  20. It is now possible to configure and build a variety of tools with one
  21. command.  To build any or all of the tools contained herein, run the
  22. ``configure'' script here, e.g.:
  23.  
  24.     ./configure myhosttype
  25.  
  26. followed by running ``make''.  To see all the possible tools that can
  27. be configured here, do:
  28.  
  29.     ./configure -v myhosttype
  30.  
  31. (Note that the currently distributed versions of most tools do not yet
  32.  fit into this structure -- just GDB for now.  Others are on the way.)
  33.  
  34. See README.configure, and/or the README files in various subdirectories,
  35. for more details.
  36.